home *** CD-ROM | disk | FTP | other *** search
- onClipEvent(enterFrame){
- if(str ne "bonus2")
- {
- if(255 < _Y)
- {
- this.removeMovieClip();
- }
- _Y = _Y + 2;
- }
- if(this.hitTest(_root.ship))
- {
- if(3 < _root.vars.miss)
- {
- _root.gotoAndPlay("over");
- }
- else
- {
- _root.gotoAndPlay("miss");
- }
- _root.vars.gameon = 0;
- set("_root.vars.:ballx",3);
- set("_root.vars.:bally",-3);
- _root.func.miss();
- this.removeMovieClip();
- }
- }
-